home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / pc / win / edu / solar / solar.exe / 0 / RCDATA / TFRMADDMONITOR / TFRMADDMONITOR.txt < prev   
Text File  |  1997-11-30  |  3KB  |  139 lines

  1. object frmAddMonitor: TfrmAddMonitor
  2.   Left = 333
  3.   Top = 149
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add System Monitor'
  6.   ClientHeight = 327
  7.   ClientWidth = 496
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 65
  18.     Top = 4
  19.     Width = 318
  20.     Height = 61
  21.     AutoSize = False
  22.     Caption = 
  23.       'Choose a catagory, then an item, and if necissary a body  to add' +
  24.       ' a System Monitor. A description of the selected item is display' +
  25.       'ed below.'
  26.     WordWrap = True
  27.   end
  28.   object lblCatagory: TLabel
  29.     Left = 10
  30.     Top = 74
  31.     Width = 85
  32.     Height = 24
  33.     AutoSize = False
  34.     Caption = 'C&atagory:'
  35.     FocusControl = ListBoxCatagory
  36.   end
  37.   object lblItem: TLabel
  38.     Left = 174
  39.     Top = 74
  40.     Width = 84
  41.     Height = 24
  42.     AutoSize = False
  43.     Caption = '&Item:'
  44.     FocusControl = ListBoxItem
  45.   end
  46.   object lblBody: TLabel
  47.     Left = 338
  48.     Top = 74
  49.     Width = 85
  50.     Height = 24
  51.     AutoSize = False
  52.     Caption = '&Body:'
  53.     FocusControl = ListBoxBody
  54.   end
  55.   object Image1: TImage
  56.     Left = 10
  57.     Top = 4
  58.     Width = 32
  59.     Height = 32
  60.     AutoSize = True
  61.     Center = True
  62.     Picture.Data = {<image000.bmp>}
  63.   end
  64.   object ListBoxCatagory: TListBox
  65.     Left = 6
  66.     Top = 98
  67.     Width = 155
  68.     Height = 153
  69.     ItemHeight = 16
  70.     Sorted = True
  71.     TabOrder = 0
  72.     OnClick = ListBoxCatagoryClick
  73.   end
  74.   object ListBoxItem: TListBox
  75.     Left = 170
  76.     Top = 100
  77.     Width = 155
  78.     Height = 152
  79.     ItemHeight = 16
  80.     Sorted = True
  81.     TabOrder = 1
  82.     OnClick = ListBoxItemClick
  83.   end
  84.   object ListBoxBody: TListBox
  85.     Left = 335
  86.     Top = 100
  87.     Width = 155
  88.     Height = 152
  89.     ExtendedSelect = False
  90.     ItemHeight = 16
  91.     Sorted = True
  92.     TabOrder = 2
  93.     OnClick = ListBoxBodyClick
  94.   end
  95.   object PanelExplanation: TPanel
  96.     Left = 0
  97.     Top = 258
  98.     Width = 496
  99.     Height = 69
  100.     Align = alBottom
  101.     BevelOuter = bvLowered
  102.     TabOrder = 3
  103.     object RichDescription: TRichEdit
  104.       Left = 1
  105.       Top = 1
  106.       Width = 494
  107.       Height = 67
  108.       TabStop = False
  109.       Align = alClient
  110.       Alignment = taCenter
  111.       BorderStyle = bsNone
  112.       Color = clBtnFace
  113.       PlainText = True
  114.       ReadOnly = True
  115.       ScrollBars = ssVertical
  116.       TabOrder = 0
  117.     end
  118.   end
  119.   object butOk: TButton
  120.     Left = 393
  121.     Top = 5
  122.     Width = 96
  123.     Height = 29
  124.     Caption = '&Ok'
  125.     Enabled = False
  126.     TabOrder = 4
  127.     OnClick = butOkClick
  128.   end
  129.   object butCancel: TButton
  130.     Left = 393
  131.     Top = 41
  132.     Width = 96
  133.     Height = 28
  134.     Caption = '&Cancel'
  135.     TabOrder = 5
  136.     OnClick = butCancelClick
  137.   end
  138. end
  139.